home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 542 b | 15 lines | [TEXT/ttxt] |
- StandardGetFolder in Think Pascal
- Greg Robbins 5/92
-
- Revised version 6/92
-
- GetFolder is a Think Pascal unit which displays a folder selection dialog in accordance with the Human Interface note on folder selection.
-
- The routine uses the CustomGetFile call and thus requires System 7.
-
- The interface is
- PROCEDURE StandardGetFolder (var theSFR: StandardFileReply);
-
- The sample program simply calls StandardGetFolder and then prints out the contents of the reply record.
-
- Credits: Design by Elizabeth Moller et al, resources by Steve Falkenburg.